log/slog.Record.PC (field)

7 uses

	log/slog (current package)
		handler.go#L122: 	return h.output(r.PC, *buf)
		record.go#L36: 	PC uintptr
		record.go#L63: 		PC:      pc,
		record.go#L221: 	if r.PC == 0 {
		record.go#L225: 	fs := runtime.CallersFrames([]uintptr{r.PC})

	go.pact.im/x/logs
		handler.go#L29: 			slog.NewRecord(r.Time, r.Level, r.Message, r.PC),
		handler.go#L40: 			slog.NewRecord(r.Time, r.Level, r.Message, r.PC),